Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update-transfer #9

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

update-transfer #9

wants to merge 2 commits into from

Conversation

hy395
Copy link
Contributor

@hy395 hy395 commented Dec 17, 2024

Description of your changes

updated westminster_train_folds.py to run transfer script.

Issue ticket number and link

Type of change

  • Bug fix
  • New feature
    • Backwards Incompatible?
  • Refactoring / code clean-up
  • Documentation add / update
  • Automated Test
  • Other (please specify)

(If applicable) How has this been tested?

cmd += " %s" % options_string(options, train_options, rep_dir)
cmd += " %s %s" % (params_file, " ".join(rep_data_dirs))

name = "%s-train-f%dc%d" % (options.name, fi, ci)
sbf = os.path.abspath("%s/train.sb" % rep_dir)
outf = os.path.abspath("%s/train.out" % rep_dir)
errf = os.path.abspath("%s/train.err" % rep_dir)
outf = os.path.abspath("%s/train.%%j.out" % rep_dir)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would break a lot of my model analysis code. Do we need it? I've never had multiple training logs in the same directory. If I want a new training run, I make a new directory.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i changed this back!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants